GetOrganizationsResponse

The GetOrganizationsResult object includes an array (pair of strings) for each organization returned.

Parameter Type Description
OrganizationGUID String A unique identifier for the Oppsa Organization Name
OrganizationShortName String A description of the Oppsa Organization Name (Short Name)

The GetOrganizationsResult object will return a Fault exception of ‘Unauthorized’ for the following cases:

  • User name and/or Password specified in the request does not exist or is invalid.
  • User name specified is Locked or Disabled.
  • User name is a first-time new user that has not yet performed a password change.

The GetOrganizationsResult object will return a Fault exception of ‘Value cannot be null’ for the following cases:

  • User name specified in the request is not assigned any application roles.